ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<T> Class / CreateInternalList Method
The source.

In This Topic
    CreateInternalList Method (C1WrapCollectionView<T>)
    In This Topic
    Creates the internal list from the source.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateInternalList( _
       ByVal source As System.Collections.Generic.IReadOnlyList(Of T) _
    ) As System.Collections.Generic.IReadOnlyList(Of T)
    protected override System.Collections.Generic.IReadOnlyList<T> CreateInternalList( 
       System.Collections.Generic.IReadOnlyList<T> source
    )

    Parameters

    source
    The source.
    See Also